home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / library / grafpapr.rdm < prev    next >
Text File  |  1996-02-22  |  2KB  |  60 lines

  1. Short:        Prints graph-paper of any size or type
  2. Author:       Bill Beogelein (ag775@detroit.freenet.org)
  3. Uploader:     Bill Beogelein (ag775@detroit.freenet.org)
  4. Version:      v1.1
  5. Type:         util/misc
  6. Filename:     GrafPaper.lha
  7. Release-Date: Mon 12-Feb-96 18:35:42
  8. Requires:     Arexx and WB v2.04 or higher
  9. Replaces:     GrafPaper#?.lha (v1.0)
  10. Language:     English
  11. Compression:  LHA type lh5
  12. Cpu:          68000-68060
  13. Newsgroup:    comp.sys.amiga.misc
  14. Organization: Amiga ShareWare HeadQuarters BBS 810-473-2020
  15. Keywords:     Graph, Paper, Graph-Paper, Print, Grid, Printer
  16.  
  17. You decide:
  18.    Number of boxes across and down.
  19.    Width and height of each box.
  20.    Left and top margins.
  21.  
  22. Usage...
  23. > rx GrafPaper.rexx >par: XMARGIN=10 XSIZE=5 XCOUNT=8  YMARGIN=6 YSIZE=4 YCOUNT=12 HEADER=My_Title
  24.  
  25. The above cmd will:
  26. > Indent 10 spaces for left margin.
  27. > Draw boxes 5 spaces wide.
  28. > Place 8 boxes across the page.
  29. > and...
  30. > Have a top margin of 6 lines.
  31. > Each box will be 4 chars high.
  32. > Place 12 boxes down the page.
  33.  
  34. Valid ranges for XMARGIN, XSIZE, YMARGIN, and YSIZE:  0-999.
  35. Valid ranges for XCOUNT and YCOUNT:  1-999.
  36.  
  37. Options (need additional parameters):
  38. >  XSIZE=3                    Make each box x chars wide.
  39. >  XCOUNT=23                  Make x boxes across the page.
  40. >  XMARGIN=4                  Index x spaces for left margin.
  41. >  YSIZE=6                    Make each box x chars high.
  42. >  YCOUNT=12                  Make x boxes down the page.
  43. >  YMARGIN=2                  Skip x lines for top margin.
  44. >  HEADER=My_Title_Line       Print this at top of page.
  45. >  FOOTER=My_Bottom_Line      Print this at end of page.
  46.  
  47. Keywords:
  48. >  DOUBLE         Make double-lined graph paper.  (Default is single-lined.)
  49. >  CROSS          Make graph paper out of crosses, not boxes.
  50. >  HELP           Show HELP template.
  51. >  NORMAL         10 chars/inch.  Good for  1-42 columns.
  52. >  SMALL          12 chars/inch.  Good for 43-52 columns.
  53. >  SMALLER        15 chars/inch.  Good for 53-70 columns.
  54.  
  55. Author Info:
  56.    Bill Beogelein
  57.    Box 530441
  58.    Livonia, MI 48153
  59.    BBS 810-473-2020, 28k8, Fido 1:2410/207, ag775@detroit.freenet.org
  60.